imxrt-log 0.1.2

Logging extensions for i.MX RT processors.
Documentation

imxrt-log

An extension of imxrt-hal to enable device logging. imxrt-log supports two logging front-ends:

  • defmt for efficient logging.
  • log for text-based logging.

It supports two different back-end peripherals:

  • A high-speed USB serial device.
  • Serial UART with DMA.

For more information, see the API documentation. To try the various front- and back-ends on hardware, use the *_logging examples maintained with imxrt-hal.